Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalArray<T> Class / Clone() Method


In This Topic
    Clone() Method
    In This Topic
    Creates a new IntervalArray<T> object that is a copy of the current IntervalArray<T> instance.
    Syntax
    'Declaration
     
    
    Public Shadows Function Clone() As IntervalArray(Of T)
    'Usage
     
    
    Dim instance As IntervalArray(Of T)
    Dim value As IntervalArray(Of T)
     
    value = instance.Clone()
    public new IntervalArray<T> Clone()

    Return Value

    A new IntervalArray<T> object that is a copy of this IntervalArray<T> instance.
    See Also